Esx Settings Clusters Vms Solutions HostApplyStatus

Esx Settings Clusters Vms Solutions HostApplyStatus
Esx Settings Clusters Vms Solutions HostApplyStatus

The Esx Settings Clusters Vms Solutions HostApplyStatus schema contains properties that describe the apply status for a specific host.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "status": {
        "status": "string",
        "start_time": "string",
        "end_time": "string"
    },
    "solution_statuses": {
        "solution_statuses": {
            "status": "string",
            "start_time": "string",
            "end_time": "string"
        }
    }
}
status
Optional

Aggregated apply status of the solutions on the host.

This property was added in vSphere API 9.0.0.0.

missing or null if the apply operation is not completed for the specified host.

object
solution_statuses
Required

The apply status of the different solutions on the host.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmSolution. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.vms.SystemVmSolution.